Api.ReadAxisMopDisplay method
Reads the value of the Modes of Operation Display variable in PDO.
Namespace: IntervalZero.KINGSTAR.OpcUa.Api
Assembly: IntervalZero.KINGSTAR.OpcUa.Api (in IntervalZero.KINGSTAR.OpcUa.Client.dll) Version: 4.4.0.0
Syntax
public KsReturn<byte> ReadAxisMopDisplay(
int Index
)
Public Function ReadAxisMopDisplay(
Index As Integer
) As KsReturn(Of Byte)
Parameters
Index
Type: int
The index of an axis. Indexes are zero based. Aliases affect this parameter.
Return value
Returns a KsError code and a byte value.
Remarks
Checks what mode of operation is in use.
NOTE: The mode of operation is available only if EnableSynchronizedControlMode is enabled.
Usable EtherCAT states
ecatOP
Examples
N/A
See also